home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 52
/
Aminet 52 (2002)(GTI - Schatztruhe)[!][Dec 2002].iso
/
Aminet
/
comm
/
irc
/
epic4-mos.lha
/
share
/
epic
/
script
/
motd
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2002-09-19
|
267 b
|
15 lines
# Here's the plan
# Output the MOTD for the user.
# Load this in "local" for maximum effect.
load less
@ date = ftime(~/.ircII.motd)
@ fdate = ftime($irclib()/ircII.motd)
if (fdate && (date < fdate))
{
less $irclib()/ircII.motd
exec touch ~/.ircII.motd
}
#hop'97